home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OrganismMicroscope.swf / scripts / DefineButton2_111 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-08-05  |  93 b   |  8 lines

  1. on(press){
  2.    tellTarget("../")
  3.    {
  4.       gotoAndStop("dekaz");
  5.       play();
  6.    }
  7. }
  8.